home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-12-31 | 343 b | 21 lines |
- #
- # This is the make file for the amiga lib subdirectory.
- #
- # Gershon Elber, Aug 1991
- #
-
- include ../makeflag.ami
-
- OBJS = stderrfx.o getenv.o putenv.o popen.o
-
- libamg.a: $(OBJS)
- rm -f libamg.a
- ar rcv libamg.a *.o
- -ranlib libamg.a
-
- install: libamg.a
- mv -f libamg.a $(LIB_DIR)
-
- stderrfx.o: stderrfx.c
- $(CC) $(CFLAGS) -Umain -c stderrfx.c
-